golang.org/x/tools/internal/gcimporter.exportWriter.string (method)

19 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L548: 		w.string(w.exportPath(pkg))
		iexport.go#L549: 		w.string(pkg.Name())
		iexport.go#L555: 			w.string(obj.name)
		iexport.go#L826: 			w.string(m.Name())
		iexport.go#L904: 			w.string(file)
		iexport.go#L941: 		w.string(file)
		iexport.go#L951: 	w.string(w.exportPath(pkg))
		iexport.go#L959: 	w.string(name)
		iexport.go#L1106: 			w.string(f.Name()) // unexported fields implicitly qualified by prior setPkg
		iexport.go#L1109: 			w.string(t.Tag(i)) // note (or tag)
		iexport.go#L1140: 			w.string(m.Name())
		iexport.go#L1186: 		w.string("")
		iexport.go#L1210: 		w.string("")
		iexport.go#L1213: 	w.string(string(objectPath))
		iexport.go#L1326: 		w.string(constant.StringVal(v))
		iexport.go#L1495: func (w *exportWriter) string(s string) { w.uint64(w.p.stringOff(s)) }
		iexport.go#L1500: 		w.string("")
		iexport.go#L1506: 		w.string("_")
		iexport.go#L1510: 	w.string(name)